home *** CD-ROM | disk | FTP | other *** search
/ National Lampoon's Blind Date / National Lampoon's Blind Date.iso / bd / movstop2.mmm / 00044_Script_44 < prev    next >
Text File  |  1995-03-01  |  348b  |  14 lines

  1. on waitMovieOrPressed chan
  2.   repeat while the movieRate of sprite chan > 0
  3.     updateStage
  4.     if mouseDown() then
  5.       set the movieRate of sprite chan = 0
  6.       updateStage
  7.     end if
  8.   end repeat
  9. end waitMovieOrPressed
  10. ---------------------------------------------------
  11. on doLastFrame
  12.   go to movie "MainMen2.MMM"
  13. end doLastFrame
  14.